'Declaration Public Delegate Function _ArrayOptionConverterCallback(Of T)( _ ByVal json As JsonElement, _ ByVal option As JsonSerializerSettings _ ) As T
public delegate T _ArrayOptionConverterCallback<T>( JsonElement json, JsonSerializerSettings option )
Parameters
- json
- option
Type Parameters
- T